home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / dviwin29.zip / DVIWIN.STR < prev    next >
Text File  |  1994-12-01  |  16KB  |  539 lines

  1. % English version of the string file for dviwin 2.9
  2.  
  3. % Window title
  4. "DVI Driver"
  5.  
  6. % dviwin cannot run the browser, external printer driver, editor, etc.
  7. "Cannot execute '%s'"
  8.  
  9. % The requested character is missing from the specified font
  10. "Cannot find char. #%d in font %s at %s dpi from %s"
  11.  
  12. % Seek failure in a font file; usually indicates an invalid font file
  13. "Cannot seek in font %s at %s dpi from %s"
  14.  
  15. % The preamble in a font file is invalid
  16. "Invalid preamble in font %s at %s dpi from %s"
  17.  
  18. % The checksum of the font file does not match the checksum inside the
  19. % dvi file. This implies that the TFM info used by TeX is probably
  20. % wrong; you need to regenerate the font and run TeX again (you may
  21. % even need to regenerate the format file).
  22. "The checksum of font %s at %s dpi from %s does not match the DVI file"
  23.  
  24. % dviwin can handle up to 256 characters per font; the specified font
  25. % file includes more characters
  26. "Huge char. number (%u) in font %s at %s dpi from %s"
  27.  
  28. % dviwin can handle up to 32K bytes (or 32M for the 32-bit version)
  29. % per special. This message indicates that it encountered a special
  30. % that is longer than the specified limit.
  31. "\\special{} string of %ld characters is too long"
  32.  
  33. % Failure to allocate memory for a special
  34. "No memory for \\special{}"
  35.  
  36. % The font substitution file contains an invalid line
  37. "Invalid font substitution at line %d in file %s"
  38.  
  39. % This is written in the log file whenever a font substitution is made
  40. "Substituting %s at %s dpi by %s at %s dpi from %s"
  41.  
  42. % This is printed when a font cannot be opened and no substitutes
  43. % are found. In some cases, this may indicate that you are running
  44. % out of file handles; that's why we also display the number of open
  45. % files.
  46. "Cannot open font %s at %s dpi; %d font files are open"
  47.  
  48. % Failure to allocate memory for a font descriptor
  49. "No memory for font entry"
  50.  
  51. % Failure to open the specified file
  52. "Cannot open %s"
  53.  
  54. % General message about the DVI file being invalid
  55. "Invalid DVI file"
  56.  
  57. % Another message about an invalid DVI file
  58. "Bad end of DVI file"
  59.  
  60. % Another message about an invalid DVI file
  61. "POST_POST missing after fontdefs"
  62.  
  63. % Another message about an invalid DVI file
  64. "POST missing at head of postamble"
  65.  
  66. % Failure to allocate memory to keep track of DVI pages
  67. "No memory for page pointers"
  68.  
  69. % Another message about an invalid DVI file
  70. "Invalid BOP back chain"
  71.  
  72. % Another message about an invalid font file
  73. "Font %s at %s dpi from %s is invalid"
  74.  
  75. % This message will be displayed only by the 16-bit version of dviwin;
  76. % it indicates that a particular character is too large. Either decrease
  77. % the resolution, or use the 32-bit version of dviwin.
  78. "The rasters of character #%u in font %s at %s dpi exceed 64K"
  79.  
  80. % Failure to allocate memory for the bitmap of a character
  81. "No memory for rasters"
  82.  
  83. % TeX assigns numbers to fonts used by DVI files (these numbers are particular
  84. % to each DVI file; there is no consistency across DVI files); This message
  85. % indicates that a DVI file refers to a font which has not been defined; this
  86. % is usually due to DVI file corruption.
  87. "Requested font %ld undefined"
  88.  
  89. % TeX keeps an internal stack for grouping; it indicates the size of the stack
  90. % at the end of the DVI file. dviwin allocates enough space to handle the
  91. % specified TeX stack. This message indicates that the DVI file uses a larger
  92. % stack than the one indicated at the end of the DVI file. This is due to
  93. % a TeX bug (not very likely), or to a bug in a DVI file processing utility
  94. % like dvidvi, dvi2dvi, dvicopy, etc.
  95. "TeX stack overflow"
  96.  
  97. % Similar to the above
  98. "TeX stack underflow"
  99.  
  100. % Another message about an invalid DVI file
  101. "PRE occurs within file"
  102.  
  103. % Another message about an invalid DVI file
  104. "POST_POST with no preceding POST"
  105.  
  106. % Another message about an invalid DVI file
  107. "Undefined command in DVI file"
  108.  
  109. % Title of dialog where you specify the font directory
  110. "Font Directory"
  111.  
  112. % Title of dialog where you specify a page
  113. "Go to Page"
  114.  
  115. % Title of dialog where you set the margins
  116. "Set Margins (in inches)"
  117.  
  118. % Title of dialog where you set the margins
  119. "Set Margins (in mm)"
  120.  
  121. % Failure to allocate the bitmap for the entire page
  122. "Cannot allocate bitmap"
  123.  
  124. % This is displayed in the log file to indicate the dvi file
  125. "Opening %s "
  126.  
  127. % This is displayed in the log file to indicate the number of pages in the
  128. % dvi file
  129. "(%u pages)"
  130.  
  131. % This is displayed in the log file when tracing the font file activities
  132. "Closing %s at %s dpi from %s"
  133.  
  134. % This is displayed in the log file when tracing the font file activities
  135. "Opening %s at %s dpi from %s:\tOK"
  136.  
  137. % This is displayed in the log file when tracing the font file activities
  138. "Opening %s at %s dpi from %s:\tFAILED"
  139.  
  140. % dviwin cannot open the Windows printer driver
  141. "Cannot use the printer driver"
  142.  
  143. % Windows reports that the printing device cannot handle bitmaps; make sure
  144. % that you are not trying to use a plotter.
  145. "Selected device does not support bitmaps"
  146.  
  147. % This message indicates a memory problem while printing. Decrease the
  148. % memory load in your system, use a larger swap file, or get some RAM
  149. "Cannot create a memory context"
  150.  
  151. % Similar to the above
  152. "Cannot create bitmap"
  153.  
  154. % This gets displayed when you cancel the printing job
  155. "Printing canceled by user"
  156.  
  157. % Another message indicating a memory problem while printing
  158. "Bitblt to printer failed"
  159.  
  160. % Another message indicating a memory problem while printing, except that
  161. % Windows is not specific about the problem.
  162. "General error"
  163.  
  164. % This gets displayed when you cancel the printing job
  165. "Canceled from program"
  166.  
  167. % This gets displayed when you cancel the printing job from the Print Mgr
  168. "Canceled from Print Manager"
  169.  
  170. % Windows ran out of disk space while printing
  171. "Out of disk space"
  172.  
  173. % Windows ran out of memory while printing
  174. "Out of memory"
  175.  
  176. % An error happened while printing, but Windows has no clue about its
  177. % nature
  178. "Unknown spooler error code"
  179.  
  180. % dviwin doesn't know how to handle a special
  181. "TeX \\special{%s} ignored"
  182.  
  183. % Windows reports a failure in rendering an imported metafile
  184. "Cannot play the metafile from %s"
  185.  
  186. % Title of message box indicating the current cursor position
  187. "Current Position"
  188.  
  189. % Mouse cursor position report
  190. "x:\t%g %s\n\
  191. y:\t%g %s"
  192.  
  193. % Indicates that the requested margins are too large for the
  194. % selected page size
  195. "Printer margins are too large"
  196.  
  197. % Message indicating the page being printed
  198. "Printing Page %d..."
  199.  
  200. % Title of dialog where you specify the log viewer
  201. "Log Viewer"
  202.  
  203. % Name of help file; if you decide to translate this file, you may want
  204. % even to produce your own help file.
  205. "dviwin.hlp"
  206.  
  207. % Mask for the "List files of type" combo box in the File Open dialog; MAKE
  208. % SURE that the string ends with the same character as the one used to
  209. % separate the entries
  210. "DVI Files|*.dvi|"
  211.  
  212. % dviwin has figured that there are multiple $r in the font path, and
  213. % reminds you about it.
  214. "There is more than one $r in the font path; are you sure that this is right?"
  215.  
  216. % dviwin has figured that there is no $r in the font path, and reminds
  217. % you about it.
  218. "There is no $r in the font path; the program will
  219.  find fonts in font libraries but not any PK fonts"
  220.  
  221. % This is printed in the log file whenever a graphics file is imported; the
  222. % first parameter the filename. The other parameters are the dimensions
  223. % (real numbers followed by the name of the unit [usually inch or mm]).
  224. "(%s   paper=%g%s %g%s   figure=%g%s %g%s)"
  225.  
  226. % This gets displayed if you switch to dviwin, while TeX is processing the
  227. % dvi file. TeX puts some important info at the end of the file, so the
  228. % file is not valid yet and dviwin cannot read it.
  229. "Cannot access the DVI file right now. Please reload it later."
  230.  
  231. % Title of dialog where you specify the custom resolutions
  232. "Set custom resolutions (in dpi)"
  233.  
  234. % Labels in the dialog where you specify the margins
  235. "Horizontal:"
  236. "Vertical:"
  237.  
  238. % Labels in the dialog where you specify the custom resolutions
  239. "X Resolution 1:"
  240. "Y Resolution 1:"
  241. "X Resolution 2:"
  242. "Y Resolution 2:"
  243.  
  244. % Failure to allocate memory for the TeX stack
  245. "No memory for TeX stack"
  246.  
  247. % Title of dialog where you specify the font cache size
  248. "Font cache size; %d fonts now inside"
  249.  
  250. % Title of dialog where you specify the scroll factors
  251. "Scroll Factors (1-99 %)"
  252.  
  253. % Labels in the dialog where you specify the scroll factors
  254. "Factor 1:"
  255. "Factor 2:"
  256.  
  257. % Failure to allocate memory for the bookkeeping of font libraries
  258. "No memory for font library info (%d fonts were added);\
  259.  some fonts may be missing"
  260.  
  261. % The font design size in the dvi file is zero; this usually indicates an
  262. % invalid dvi file
  263. "Zero font design size"
  264.  
  265. % The dvi design size in the dvi file is zero; this usually indicates an
  266. % invalid dvi file
  267. "Zero DVI design size"
  268.  
  269. % Title of window showing the expanded external print command
  270. "External Print Command"
  271.  
  272. % Error message about the external print command
  273. "The expansion of the external command is too long"
  274.  
  275. % This gets printed when we use the $R or $S sequence in the external
  276. % print command, but we don't specify the required argument.
  277. "Invalid print format. Make sure that you supply a parameter\
  278.  after the $R or $S sequences."
  279.  
  280. % This gets printed when you cancel the font generation process by
  281. % pressing ^C
  282. "Canceled.  Please wait a bit to finish the current font...."
  283.  
  284. % This is displayed in the dviwin menu bar during the font generation
  285. "Generating fonts.... (Press ^C to cancel)"
  286.  
  287. % You try to import a graphics file, but there is no matching entry in the
  288. % [MS Graphic Import Filters] (or [NT Graphic Import Filters] under NT)
  289. % section of the win.ini file.
  290. "Cannot find any matching filter entry in win.ini for the file %s"
  291.  
  292. % dviwin found the appropriate entry in win.ini to import a graphics file,
  293. % but it cannot find the filter specified in that entry.
  294. "Cannot load the graphics filter for the file %s"
  295.  
  296. % The filter failed to import the file; this is usually due to an invalid
  297. % file, or to a format not supported by the filter.
  298. "The graphics filter cannot import the file %s"
  299.  
  300. % dviwin has loaded but cannot initialize the filter. Either the filter is
  301. % invalid, or incompatible with dviwin, or something very wrong is going on.
  302. "Cannot initialize the graphics filter for the file %s"
  303.  
  304. % This should never appear: it indicates a bug in dviwin's logic.
  305. "Internal error: invalid parms. to graphics import routine"
  306.  
  307. % This appears when you try to do an operation, but dviwin is busy at
  308. % the moment (generating fonts, printing, etc.).
  309. "Cannot do the requested command right now. Please try again in a while."
  310.  
  311. % The specified special uses too many points; this is extermely unlikely
  312. % since dviwin sets very high limits for the number of points. The string
  313. % parameter will be either "emTeX" or "tpic"
  314. "Too many points in %s special"
  315.  
  316. % The specified special lies outside the page limits. The string parameter
  317. % will be either "emTeX" or "tpic"
  318. "%s special is completely off the page"
  319.  
  320. % Failure to display a requested special; this is usually due to invalid
  321. % special instructions, or low memory conditions.
  322. "Cannot render %s special"
  323.  
  324. % Either the dimensions are not positive, or the units are incorrect.
  325. "Invalid dimensions in %s special"
  326.  
  327. % Either the dimensions are not positive, or the units are incorrect.
  328. "Invalid dimensions in 'em:graph %s'"
  329.  
  330. % Either the dimensions are not positive, or the units are incorrect.
  331. "Invalid dimensions of graphic file %s"
  332.  
  333. % Error messages about invalid tpic specials
  334. "tpic paths need more than 1 point"
  335. "tpic splines need more than 2 points"
  336. "Invalid tpic special: '%s %s'"
  337.  
  338. % Error messages about invalid emTeX specials
  339. "Invalid emTeX special: 'em:point %s'"
  340. "Invalid emTeX special: 'em:linewidth %s'"
  341. "Invalid emTeX special: 'em:line %s'"
  342. "emTeX point %u is undefined"
  343.  
  344. % Names of units in both metric systems
  345. "mm"
  346. "in"
  347.  
  348. % Labels and title of Help/About dialog
  349. "Filename:"
  350. "Page:"
  351. "Resolution:"
  352. "Bitmap:"
  353. "About"
  354.  
  355. % General button labels (used throughout the program)
  356. "OK"
  357. "Cancel"
  358. "Help"
  359.  
  360. % Title of the Options/Color Interpolation dialog
  361. "Color Interpolation"
  362.  
  363. % Title and labels of the Options/Magnifying Glass dialog
  364. "Magnifying Glass"
  365. "Size"
  366. "Small"
  367. "Medium"
  368. "Large"
  369. "Dynamic update"
  370.  
  371. % Title and labels of the Options/Page Layout dialog
  372. "Page Layout"
  373. "Landscape"
  374. "Measurements"
  375. "Automatic"
  376. "Inches"
  377. "Metric"
  378.  
  379. % Title and labels of the Options/Missing Fonts dialog
  380. "Missing Fonts"
  381. "Take no action"
  382. "Execute command"
  383. "Append line to file and execute cmd."
  384. "Cmd:"
  385. "Line:"
  386. "File:"
  387.  
  388. % Title and labels of the File/Print dialog
  389. "Print"
  390. "Page selection"
  391. "All"
  392. "Current page"
  393. "Pages"
  394. "From:"
  395. "To:"
  396. "Reverse order"
  397. "Skip every other page"
  398. "Send specials to printer"
  399. "External print"
  400. "Enable"
  401. "Preview / Edit"
  402. "Resolution"
  403. "Setup..."
  404. "Print Setup"
  405. "Align..."
  406.  
  407. % Title and labels of the printer alignment dialog
  408. "Printer Alignment"
  409. "Automatic"
  410. "Set Origin (in pixels)"
  411. "Horizontal:"
  412. "Vertical:"
  413.  
  414. % Title and labels of the File/Open dialog
  415. "Open"
  416. "File &Name:"
  417. "List Files of &Type:"
  418. "&Directories:"
  419. "Dri&ves:"
  420.  
  421. % Title and labels of the Options/Inverse search dialog
  422. "Inverse Search"
  423. "Command:"
  424. "Uses DDE"
  425. "Service:"
  426. "Topic:"
  427. "Message 1:"
  428. "Message 2:"
  429.  
  430. % The search request by another program is invalid; dviwin expects
  431. % a line number followed by a filename
  432. "Invalid search request: '%s'"
  433.  
  434. % Failure to find the requested line of the specified source file
  435. "Cannot find line %d of '%s'"
  436.  
  437. % A search request was made, but no dvi file was open
  438. "No current file for search"
  439.  
  440. % A forward or inverse search was requested, but there are no src
  441. % specials in the current page (dviwin assumes that every page
  442. % will contain at least 2 src specials)
  443. "There are no src specials in the DVI file"
  444.  
  445. % An inverse search was requested, but no inverse search command
  446. % has been specified
  447. "The inverse search command is null"
  448.  
  449. % A DDE connection was requested, but at least one of the three
  450. % fields is empty
  451. "The DDE server, or topic or message1 is null"
  452.  
  453. % A DDE error has occurred; the server may be busy or non-existant
  454. "Cannot send the specified DDE message"
  455.  
  456. % Name of dots-per-inch measurement
  457. "dpi"
  458.  
  459. % The next 25 strings are reserved for future expansion. Make sure
  460. % that you don't delete them.
  461. ""
  462. ""
  463. ""
  464. ""
  465. ""
  466. ""
  467. ""
  468. ""
  469. ""
  470. ""
  471. ""
  472. ""
  473. ""
  474. ""
  475. ""
  476. ""
  477. ""
  478. ""
  479. ""
  480. ""
  481. ""
  482. ""
  483. ""
  484. ""
  485. ""
  486.  
  487. % The following are menu entries. The ampersand character (&) signifies
  488. % the underlined character in each menu entry. The sequence && introduces
  489. % a literal ampersand in a menu entry. The \t sequence signifies a tab
  490. % which is used to separate the entry name from the description of the
  491. % accelerator key. Note that the actual accelerator keys do not depend
  492. % on the menu labels; consequently, you cannot modify the accelerator
  493. % keys simply by changing the menu labels.
  494. "&File"
  495. "&Page"
  496. "&Resolution"
  497. "&Zoom"
  498. "&Options"
  499. "&Help"
  500. "&Open...\t^O"
  501. "&Close\t^C"
  502. "&Print...\t^P"
  503. "P&rint Setup..."
  504. "E&xit   (Save Parms.)\t^X"
  505. "&Quit\t^Q"
  506. "&Next Page\t PgDn"
  507. "&Prior Page\t PgUp"
  508. "L&ast Page\t^PgDn"
  509. "&First Page\t^PgUp"
  510. "&Goto...\t^G"
  511. "&TL  Corner\t Home"
  512. "&BR Corner\t End"
  513. "T&R Corner\t^Home"
  514. "B&L Corner\t^End"
  515. "&Trace Fonts\t^T"
  516. "R&ulers\t^U"
  517. "Keep &Hor. Position\t^H"
  518. "Keep &Vert. Position\t^V"
  519. "&Warning Beeps"
  520. "&Save parms. by default"
  521. "&Black and White"
  522. "&Reset all fonts\t^R"
  523. "&Apply Margins\t^A"
  524. "Default &Margins..."
  525. "Font &Directory...\t^D"
  526. "&Log Viewer..."
  527. "&Custom Resolutions..."
  528. "&Font Cache..."
  529. "Scr&oll Factors..."
  530. "Magnifying &Glass..."
  531. "&Page Layout..."
  532. "Color I&nterpolation...\t^N"
  533. "M&issing Fonts..."
  534. "Inv&erse Search..."
  535. "&Contents\tF1"
  536. "&How to use help"
  537. "&Licensing Agreement"
  538. "&About..."
  539.